FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource ValueSet/FHIR Server from package fhir.argonaut.r2#1.0.0 (93 ms)

Package fhir.argonaut.r2
Type ValueSet
Id Id
FHIR Version R2
Source http://fhir.org/guides/argonaut/r2/https://simplifier.net/resolve?scope=fhir.argonaut.r2@1.0.0&canonical=http://fhir.org/guides/argonaut/ValueSet/vacc-status
Url http://fhir.org/guides/argonaut/ValueSet/vacc-status
Status draft
Date 2016-10-18T00:00:00+11:00
Name Argonaut Immunization Status
Experimental False
Realm us
Authority hl7
Description Immunization codes constrained from the DSTU2 core to include only 'completed' and 'enter-in-error' which are the only two clinically relevent values.
Purpose Codes that may be used for implementation of the Argonaut Immunization IG and MU2015 certification.

Resources that use this resource

StructureDefinition
http://fhir.org/guides/argonaut/StructureDefinition/argo-immunization Argonaut Immunization Profile

Resources that this resource uses

No resources found



Source

{
  "resourceType" : "ValueSet",
  "id" : "vacc-status",
  "text" : {
    "status" : "generated"
  },
  "url" : "http://fhir.org/guides/argonaut/ValueSet/vacc-status",
  "name" : "Argonaut Immunization Status",
  "status" : "draft",
  "publisher" : "Argonaut Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://argonautwiki.hl7.org",
          "rank" : 0
        }
      ]
    }
  ],
  "date" : "2016-10-18T00:00:00+11:00",
  "description" : "Immunization codes constrained from the DSTU2 core to include only 'completed' and 'enter-in-error' which are the only two clinically relevent values.",
  "immutable" : false,
  "requirements" : "Codes that may be used for implementation of the Argonaut Immunization IG and MU2015 certification.",
  "extensible" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/medication-admin-status",
        "concept" : [
          {
            "code" : "completed",
            "display" : "Completed",
            "designation" : [
              {
                "value" : "All actions that are implied by the administration have occurred"
              }
            ]
          },
          {
            "code" : "entered-in-error",
            "display" : "Entered in Error",
            "designation" : [
              {
                "value" : "The administration was entered in error and therefore nullified"
              }
            ]
          }
        ]
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.